home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / SS_33.ZIP / SEND.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-05-04  |  530 b   |  18 lines

  1. @echo off
  2. rem
  3. rem  SuperSlots! passes these parameters to SEND.BAT.
  4. rem  %1 = com port.
  5. rem  %2 = base address for com port.
  6. rem  %3 = IRQ for com port.
  7. rem
  8. rem  Replace port %1 below with portx %2,%3 if using a non-standard com port.
  9. rem 
  10. rem  NOTE: If you have SuperSlots! setup to use a FOSSIL, do not use
  11. rem  portx %2,%3 as these parameters are undefined when in FOSSIL mode.
  12. rem 
  13. rem  See SS!SYSOP.DOC for more information on SEND.BAT.
  14. rem
  15.  
  16. rem  Send icon files using Zmodem.
  17. DSZ port %1 sz SS?.ICN SS?.PAL
  18.